Platform Explorer / Nuxeo Platform 6.0

Component org.nuxeo.ecm.platform.io.IOManager

Implementation

Class: org.nuxeo.ecm.platform.io.impl.IOManagerComponent

Services

Extension Points

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.io.IOManager">

  <implementation class="org.nuxeo.ecm.platform.io.impl.IOManagerComponent" />

  <service>
    <provide interface="org.nuxeo.ecm.platform.io.api.IOManager" />
  </service>

  <extension-point name="adapters">
    <object
      class="org.nuxeo.ecm.platform.io.descriptors.IOResourceAdapterDescriptor" />
  </extension-point>

</component>